home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 October / Internet News 2000-10 - CD-ROM.rar / IN200010.BIN / Tin / Win9x_NT / CM / Clubnet.exe / 1033 / RCDATA / CABINET / Clubnet.inf < prev    next >
INI File  |  2000-06-22  |  12KB  |  324 lines

  1. ;===========================================================================
  2. ;
  3. ; All of the customizable sections of this file are in the [Strings] section
  4. ; at the bottom.
  5. ;
  6. ;===========================================================================
  7.  
  8.  
  9. ;=============================================
  10. ; These are global settings for the whole file.
  11. ;=============================================
  12.  
  13. [version]
  14. Signature=$chicago$
  15. AdvancedINF=2.5
  16.  
  17. [Intl]
  18. Display=1033
  19.  
  20. ; -------------------------------------------------------------------
  21. ; This is the default install section.  This handles installation of
  22. ; the profile specific files
  23. ; -------------------------------------------------------------------
  24. [DefaultInstall]
  25. SmartReboot=N
  26. CustomDestination=CustInstDestSection
  27. RunPreSetupCommands=RunPreSetupCommandsSection
  28. CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM
  29. AddReg=Xnstall.RenameReg, Xnstall.Installed
  30. RegisterOCXs=RegisterOCXSection
  31.  
  32. ; -------------------------------------------------------------------
  33. ; This file section sets up the desktop icon GUID and is thus
  34. ; only needed on legacy systems.
  35. ; -------------------------------------------------------------------
  36. [Xnstall_Legacy]
  37. CustomDestination=CustInstDestSection
  38. AddReg=Xnstall.AddReg.DesktopIcon, Xnstall.AddReg.Icon
  39.  
  40. ; -------------------------------------------------------------------
  41. ; section to install if for a private individual
  42. ; -------------------------------------------------------------------
  43. [Xnstall_Private]
  44. CustomDestination=CustInstDestSection
  45. AddReg=Xnstall.AddReg.Private
  46.  
  47. ; -------------------------------------------------------------------
  48. ; section to install if profile for all users
  49. ; -------------------------------------------------------------------
  50. [Xnstall_AllUser]
  51. AddReg=Xnstall.AddReg.AllUsers
  52. CustomDestination=CustInstDestSection
  53.  
  54. ; -------------------------------------------------------------------
  55. ; Launches the postinstall commands
  56. ; -------------------------------------------------------------------
  57. [PostInstall]
  58. CustomDestination=CustInstDestSection
  59. RunPostSetupCommands=RunPostSetupCommandsSection
  60.  
  61. ; -------------------------------------------------------------------
  62. ; Section used to uninstall Private user profiles
  63. ; -------------------------------------------------------------------
  64. [Remove_Private]
  65. Cleanup=1
  66. SmartReboot=N
  67. BeginPrompt=RemoveBeginPromptSection
  68. EndPrompt=RemoveEndPromptSection
  69. RunPreSetupCommands=RunPreUnInstCommandsSection
  70. CustomDestination=CustUnInstDestSectionPrivate
  71. DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
  72. DelReg=Remove.DelReg.Private
  73. DelDirs=CleanDir
  74. RunPostSetupCommands=RunPostUnInstCommandsSection
  75.  
  76. ; -------------------------------------------------------------------
  77. ; Section used to uninstall All User profiles 
  78. ; (no all users in name for legacy reasons)
  79. ; -------------------------------------------------------------------
  80. [Remove]
  81. Cleanup=1
  82. SmartReboot=N
  83. BeginPrompt=RemoveBeginPromptSection
  84. EndPrompt=RemoveEndPromptSection
  85. RunPreSetupCommands=RunPreUnInstCommandsSection
  86. CustomDestination=CustUninstDestSectionAllUsers
  87. DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
  88. DelReg=Remove.DelReg.AllUser
  89. DelDirs=CleanDir
  90. RunPostSetupCommands=RunPostUnInstCommandsSection
  91.  
  92. ; The following SetupCommandsSections allow you to run commands before or
  93. ; after the profile is installed.  The commands will only be executed once.
  94. ; Similarly the following UnInstCommandsSections will allow you to run
  95. ; commands before or after the profile is uninstalled.  An example command line
  96. ; is:
  97. ; Myprogram.exe /<switches> <options>
  98.  
  99. [RunPreSetupCommandsSection]
  100. ; Commands Here will be run Before Setup Begins to install
  101.  
  102. [RunPostSetupCommandsSection]
  103. ;Commands here will be run After setup finishes
  104.  
  105. [RunPreUnInstCommandsSection]
  106. ;Commands here will be run before Uninstall Begins
  107.  
  108. [RunPostUnInstCommandsSection]
  109. ;Commands here will be run after Uninstall Finishes
  110.  
  111. ; -------------------------------------------------------------------
  112. ; These are the registry entries for installation.
  113. ; -------------------------------------------------------------------
  114. [Xnstall.AddReg.DesktopIcon]
  115. "HKCR", "CLSID\%DesktopGUID%",,,"%ServiceName%"
  116. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%",,,"%ServiceName%"
  117. "HKCR", "CLSID\%DesktopGUID%\ShellFolder","Attributes",1,"00","00","00","00"
  118. ; Please make sure the following three commands are alphabetized by the %Open%, %Delete%,
  119. ; and %Settings% entries defined in the Strings section
  120. ; the Connect Command
  121. "HKCR", "CLSID\%DesktopGUID%\Shell\Open\Command",,,"cmmgr32.exe ""%49000%\%ShortSvcName%.cmp"""
  122. "HKCR", "CLSID\%DesktopGUID%\Shell\Open",,,"%Open%"
  123. ; the Delete Command
  124. "HKCR", "CLSID\%DesktopGUID%\Shell\Delete\Command",,,"cmstp.exe /u ""%49000%\%ShortSvcName%\%ShortSvcName%.inf"""
  125. "HKCR", "CLSID\%DesktopGUID%\Shell\Delete",,,"%Delete%"
  126. ; the Properties Command
  127. "HKCR", "CLSID\%DesktopGUID%\Shell\Settings...\Command",,,"cmmgr32.exe /settings ""%49000%\%ShortSvcName%.cmp"""
  128. "HKCR", "CLSID\%DesktopGUID%\Shell\Settings...",,,"%Settings%"
  129.  
  130. [Xnstall.AddReg.AllUsers]
  131. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%49001%"
  132. ;"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallString", "", "cmstp.exe /u ""%49000%\%ShortSvcName%\%ShortSvcName%.inf"""
  133. "HKLM", "%AppAct%\Mappings","%ServiceName%","","%49001%\%ShortSvcName%.cmp"
  134.  
  135. [Xnstall.AddReg.Private]
  136. "HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%49001%"
  137. "HKCU", "%AppAct%\Mappings","%ServiceName%","","%49001%\%ShortSvcName%.cmp"
  138. ;"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%%UserProfile%%\%PathFromProfileDir%"
  139. ;"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallString", "", "cmstp.exe /u ""%%UserProfile%%\%PathFromProfileDir%\%ShortSvcName%\%ShortSvcName%.inf"""
  140. ;"HKCU", "%AppAct%\Mappings","%ServiceName%","","%%UserProfile%%\%PathFromProfileDir%\%ShortSvcName%.cmp"
  141.  
  142. [Xnstall.Installed]
  143. "HKLM", "%AppAct%\Guid Mappings","%DesktopGUID%","","%ServiceName%"
  144.  
  145. ; -------------------------------------------------------------------
  146. ; These are the registry settings which
  147. ; are deleted during uninstall.
  148. ; -------------------------------------------------------------------
  149. [Remove.DelReg.AllUser]
  150. "HKLM", "%AppAct%\%ServiceName%"
  151. "HKLM", "%AppAct%\Mappings","%ServiceName%"
  152. ;"HKLM", "%AppAct%\UserInfo\%ServiceName%"
  153. ;"HKLM", "%AppAct%\UserInfo"
  154. "HKCR", "CLSID\%DesktopGUID%"
  155. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%"
  156. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
  157.  
  158. [Remove.DelReg.Private]
  159. "HKCU", "%AppAct%\%ServiceName%"
  160. "HKCU", "%AppAct%\Mappings","%ServiceName%"
  161. "HKCU", "%AppAct%\SingleUserInfo\%ServiceName%"
  162. "HKCU", "%AppAct%\SingleUserInfo"
  163. "HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
  164.  
  165. [CleanDir]
  166. %49001%\%ShortSvcName%
  167.  
  168. ; -------------------------------------------------------------------
  169. ; These are the directory specifications.
  170. ; -------------------------------------------------------------------
  171.  
  172. [CustInstDestSection]
  173. 49000,49001=XConnMgrLDIDSection, 7
  174.  
  175. [CustUninstDestSectionAllUsers]
  176. 49000,49001=XConnMgrLDIDSectionAllUsers, 5
  177.  
  178. [CustUnInstDestSectionPrivate]
  179. 49000,49001=XConnMgrLDIDSectionPrivate, 5
  180.  
  181. [XConnMgrLDIDSection]
  182. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE", "ProfileInstallPath", "%UnexpectedError%", ""
  183.  
  184. [XConnMgrLDIDSectionAllUsers]
  185. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""
  186.  
  187. [XConnMgrLDIDSectionPrivate]
  188. "HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""
  189.  
  190. [DestinationDirs]
  191. Xnstall.CopyFiles=49001, %ShortSvcName%
  192. Xnstall.CopyFiles.ICM=49001
  193. Remove.DelFiles=49001, %ShortSvcName%
  194. Remove.DelFiles.ICM=49001
  195.  
  196. [SourceDisksNames]
  197. 55=, , 0
  198.  
  199. ; -------------------------------------------------------------------
  200. ; These are the Prompt Sections
  201. ; -------------------------------------------------------------------
  202.  
  203. [RemoveBeginPromptSection]
  204. Prompt=%BeginPrompt%
  205. ButtonType=YESNO
  206. Title=Registrazione a ClubNet Tin.it
  207.  
  208. [RemoveEndPromptSection]
  209. Prompt=%EndPrompt%
  210.  
  211.  
  212. [Strings]
  213. ; -------------------------------------------------------------------
  214. ; These are the non localizable strings...
  215. ; -------------------------------------------------------------------
  216. KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  217. AppAct = "SOFTWARE\Microsoft\Connection Manager"
  218.  
  219. ; -------------------------------------------------------------------
  220. ; These are the localizable strings...
  221. ; Please also make sure to set the LCID in the [Intl] section, Display key to the LCID of
  222. ; the localized language.
  223. ; -------------------------------------------------------------------
  224. UnexpectedError = "An unexpected error occurred.  Please reboot and try the installation again."
  225. PathFromProfileDir = "Application Data\Microsoft\Network\Connections\Cm"
  226.  
  227. ; When you localize these commands (they are the commands for the Desktop Icon on legacy
  228. ; platforms) you must make sure to re-alphabetize the Registry add calls above.  Win95
  229. ; shows the menus in the order they were added and doesn't alphabetize them for you.
  230. Settings = "P&roprietα"
  231. Open = "C&onnetti"
  232. Delete = "Ca&ncella"
  233.  
  234. ; -------------------------------------------------------------------
  235. ; The following strings are set by the Connection Manager Administration Kit
  236. ; Do not change any of the following strings
  237. ; -------------------------------------------------------------------
  238. ServiceName="Registrazione a ClubNet Tin.it"
  239. ShortSvcName="Clubnet"
  240. DesktopGUID="{45F30E10-D6DB-11D2-84DF-0060083BC644}"
  241. UninstallAppTitle="Registrazione a ClubNet Tin.it"
  242. DesktopIcon="program_icon.ico"
  243. PhonebookPath="C.\"
  244. BeginPrompt="Do you want to remove Registrazione a ClubNet Tin.it?"
  245. EndPrompt="Successfully removed Registrazione a ClubNet Tin.it."
  246.  
  247. [CMAK Status]
  248. InfVersion=4
  249. LCID=English (United States)
  250. IncludeDUN=0
  251. UpdatePhonebook=0
  252. IncludeCMCode=1
  253. LicenseFile=
  254. IncludeSupportDll=1
  255. UsePWDcache=0
  256. PhoneName=
  257.  
  258. [Extra Files]
  259.  
  260. [Merge Profiles]
  261.  
  262. [CmDial32.Dll]
  263. Version=458752
  264. Build=129499137
  265.  
  266. [Xnstall.AddReg.Icon]
  267. HKCR,"CLSID\%DesktopGUID%\DefaultIcon",,,"%49000%\%ShortSvcName%\%DesktopIcon%"
  268.  
  269. [Xnstall.CopyFiles]
  270. Free.pbk
  271. Free.pbr
  272. CONCLU~1.BMP
  273. PHONEC~1.BMP
  274. PROGRA~1.ICO
  275. TITLEB~1.ICO
  276. TITLEB~1.ICO
  277. ClubNet.hlp
  278. readme.txt
  279. Clubnet.cms,,,4
  280. Clubnet.inf
  281.  
  282. [Xnstall.CopyFiles.ICM]
  283. Clubnet.cmp,,,16
  284.  
  285. [Remove.DelFiles.ICM]
  286. Clubnet.cmp
  287.  
  288. [SourceDisksFiles]
  289. Free.pbk= 55
  290. Free.pbr= 55
  291. conclubnet.bmp= 55
  292. phoneclubNet.bmp= 55
  293. program_icon.ico= 55
  294. titlebar_statusarea.ico= 55
  295. titlebar_statusarea.ico= 55
  296. ClubNet.hlp= 55
  297. Clubnet.inf = 55
  298. Clubnet.cmp = 55
  299. Clubnet.cms = 55
  300.  
  301. [Xnstall.RenameReg]
  302. HKLM,%KEY_RENAME%\CMRENAME,,,"%49001%\%ShortSvcName%"
  303. HKLM,%KEY_RENAME%\CMRENAME,CONCLU~1.BMP,,"conclubnet.bmp"
  304. HKLM,%KEY_RENAME%\CMRENAME,PHONEC~1.BMP,,"phoneclubNet.bmp"
  305. HKLM,%KEY_RENAME%\CMRENAME,PROGRA~1.ICO,,"program_icon.ico"
  306. HKLM,%KEY_RENAME%\CMRENAME,TITLEB~1.ICO,,"titlebar_statusarea.ico"
  307.  
  308. [Remove.DelFiles]
  309. Clubnet.cms
  310. readme.txt
  311. Free.pbk
  312. Free.pbr
  313. conclubnet.bmp
  314. phoneclubNet.bmp
  315. program_icon.ico
  316. titlebar_statusarea.ico
  317. titlebar_statusarea.ico
  318. ClubNet.hlp
  319. CONCLU~2.BMP
  320. PHONEC~2.BMP
  321. PROGRA~2.ICO
  322. TITLEB~2.ICO
  323.  
  324.